home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _E37B0EB0BAA4423CBB3227604F8EFE11 < prev    next >
Encoding:
Text File  |  2005-08-12  |  598 b   |  34 lines

  1.  
  2. shader()
  3. {
  4.     cull("cw")
  5.     sortweight("translucent14")
  6.  
  7.     stream("color", 0)
  8.  
  9.     pass()
  10.     {
  11.         tmu()
  12.         {
  13.             texture()
  14.             {
  15.                 image("Explosion.dds")
  16.                 addressfunc("clamp", "clamp", "clamp")
  17.             }
  18.  
  19.             colorop("mul", "texture", "diffuse_a", "current")
  20.             alphaop("mul", "texture", "diffuse", "current")
  21.         }
  22.  
  23.         //blendfunc("src_alpha", "one")
  24.         blendfunc("one", "one")
  25.         depthfunc("lequal", 0)
  26.  
  27.         depthbias(%zbias, %zsbias)
  28.  
  29.     BlackFog()
  30.     }
  31. }
  32.  
  33.  
  34.